home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / networking / otpapsampleserver / atalksampleutils.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-06-23  |  487 b   |  24 lines

  1. /*
  2.     File:        ATalkSample.h
  3.  
  4.     Contains:    Some utility routines used by the Sample programs
  5.  
  6.     Copyright:    © 1993-1995 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10. #ifndef __ATALKSAMPLEUTILS__
  11. #define __ATALKSAMPLEUTILS__
  12.  
  13. #include "OpenTransport.h"
  14. #include "OpenTptAppleTalk.h"
  15.  
  16.  
  17. void Idle(void);
  18. void ShowEndpointInfo(EndpointRef ep);
  19. void ShowEndpointState(EndpointRef ep, char* prefixString);
  20. void ShowFullEndpointData(EndpointRef ep);
  21. void ShowDDPAddress(DDPAddress* addr);
  22.  
  23. #endif
  24.